Skip to content

docs: document IBC rate-limit error on Compute Route#155

Merged
tansawit merged 2 commits into
mainfrom
mintlify/343833d6
May 27, 2026
Merged

docs: document IBC rate-limit error on Compute Route#155
tansawit merged 2 commits into
mainfrom
mintlify/343833d6

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 12, 2026

Summary

Document that POST /v2/fungible/route can now return a 400 error when the requested transfer exceeds the current IBC rate-limit capacity.

Changes

  • Note the new IBC rate-limit check in the Compute Route description.
  • Add a 400 response with schema and example showing the remaining send/receive capacity message.

Context

The Router API now validates IBC transfers between the Initia L1 and external Cosmos chains against on-chain rate-limit quotas. When the amount would exceed the remaining quota, the route request is rejected with a human-readable capacity message.


Note

Low Risk
OpenAPI-only documentation with no runtime or security behavior changes in this PR.

Overview
Updates the Router API OpenAPI spec for POST /v2/fungible/route so clients know about the new IBC rate-limit validation between Initia L1 and external Cosmos chains.

The Compute Route description now states that oversized transfers can be rejected with HTTP 400, and the error message includes remaining send or receive capacity in human-readable units. A documented 400 response adds schema (statusCode, message, error) and an example such as IBC rate limit exceeded - Remaining send capacity: 1234.567890.

Reviewed by Cursor Bugbot for commit 1b02148. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 12, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
initia-docs 🟢 Ready View Preview May 12, 2026, 4:01 AM

Copy link
Copy Markdown
Collaborator

@tansawit tansawit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed Router API docs update; fixed Prettier and CI is passing.

@tansawit tansawit merged commit 79a2aa7 into main May 27, 2026
7 checks passed
@tansawit tansawit deleted the mintlify/343833d6 branch May 27, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant